@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-family: "微软雅黑";
}

img {
  border: none;
}

ul {
  list-style: none;
}

table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th{padding: 8px;}

/*top*/
.top_bg {
  width: 100%;
  height: 75px;
  background: url(../images/top_bg.png) repeat-x;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.top {
  max-width: 1200px;
  width: 96%;
  height: 75px;
  margin: auto;
  overflow: hidden;
}

.logo {
  overflow: hidden;
  float: left;
  margin-top: 5px;
}
.logo img {
  width: auto;
  height: 60px;
}

.sj_menus {
  display: none;
}

.menus {
  display: block !important;
  width: 60%;
  float: right;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 30px;
}
.menus ul {
  display: flex;
  justify-content: space-around;
}

.menus ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  width: 90px;
  height: 73px;
  display: block;
  float: left;
  text-align: center;
  line-height: 73px;
}

.menus ul li a:hover {
  border-bottom: 2px solid #FFFFFF;
}

.menus ul li a.hover {
  border-bottom: 2px solid #FFFFFF;
}

.top_right {
  float: right;
  width: 12.5%;
  height: auto;
}

.top_right1 {
  float: left;
  width: 32px;
  height: auto;
  margin-top: 21px;
}

.top_right1 h1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.top_right1 p {
  width: 111px;
  height: 110px;
  background-color: #fff;
  margin-top: 21px;
  margin-left: -39px;
  border: 2px solid #FFFFFF;
  position: absolute;
  display: none;
}

.top_right1:hover p {
  display: block;
}

.top_right2 {
  float: left;
  width: 32px;
  height: auto;
  margin-top: 21px;
  margin-left: 10px;
}

.top_right2 h1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.top_right2 p {
  width: 111px;
  height: 30px;
  background-color: #fff;
  margin-top: 21px;
  margin-left: -39px;
  border: 2px solid #FFFFFF;
  position: absolute;
  display: none;
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 30px;
}

.top_right2:hover p {
  display: block;
}

.top_right3 {
  float: left;
  width: 32px;
  height: auto;
  margin-top: 21px;
  margin-left: 10px;
}

.top_right3 h1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  opacity: 0.5;
}

.banner_swiper .swiper-slide img{width: 100%;height: auto;}
.banner_swiper .swiper-button-next, .banner_swiper .swiper-button-prev{width: 62px;height: 62px;}
.banner_swiper .swiper-button-next::after, .banner_swiper .swiper-button-prev::after{font-size: 24px;}
.banner_swiper .swiper-pagination {
  bottom: 3% !important;
  z-index: 99;
}
.banner_swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 3px !important;
  cursor: pointer !important;
  border-radius: 0px;
}
.banner_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.box_swipe{display: none;}
.banner {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

.pc_banner img {
  width: 100%;
  height: auto;
  min-height: 310px;
  object-fit: cover;
}

.sj_banner {
  display: none;
}

.products {
  max-width: 1200px;
  width: 96%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.title1 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.title1 h1 {
  font-family: "微软雅黑";
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

.title1 h2 {
  width: 478px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/title_bg1.png) center no-repeat;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  color: #b0b0b0;
  margin-top: 10px;
}

.products_two {
  height: 293px;
  margin-top: 20px;
}

.products_two_left {
  width: 40px;
  height: 100px;
  float: left;
  margin-top: 80px;
  margin-left: 0px;
}

.products_two_right {
  width: 40px;
  height: 100px;
  float: left;
  margin-top: 80px;
}

.products_two ul {
  width: calc(100% - 100px);
  float: left;
  margin-top: 0px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

.products_two ul li {
  width: 275px;
  height: auto;
  margin-left: 10px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.products_two ul li h3 {
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  color: #666;
  text-align: center;
}

/*about*/
.about_bg {
  width: 100%;
  height: 565px;
  overflow: hidden;
  background: url(../images/about_bg.jpg) center no-repeat;
}

.about {
  max-width: 1160px;
  width: 96%;
  min-height: 565px;
  margin: 0 auto;
  overflow: hidden;
}

.about_left {
  float: left;
  width: 30.4%;
  height: auto;
  overflow: hidden;
}
.about_left img {
  width: 100%;
  height: auto;
}

.about_right {
  float: right;
  width: 63.3%;
  height: auto;
  overflow: hidden;
  color: #fff;
  line-height: 30px;
  font-size: 13px;
  margin-top: 10px;
}

.about_right h5 {
  width: 138px;
  border: 1px solid #fff;
  height: 40px;
  margin-top: 20px;
  border-radius: 3px;
}

.about_right h5 a {
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: center;
}

.title2 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.title2 h1 {
  font-family: "微软雅黑";
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.title2 h2 {
  height: 30px;
  margin: 0 auto;
  background: url(../images/title_bg2.png) center no-repeat;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}

/*news*/
.news_bg {
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #f1f2f6;
}

.news {
  max-width: 1160px;
  width: 96%;
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
}

.news ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.news ul li {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 5%;
}

.news ul li img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news ul li div {
  border: 1px solid #ebebeb;
  height: auto;
  padding-bottom: 18px;
  overflow: hidden;
}

.news ul li div h3 {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #4b4b4b;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 10px 10px;
  font-weight: normal;
  min-height: 78px;
}

.news ul li div h4 {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #999;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  line-height: 20px;
}

.news ul li div h4 a {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #999;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
  font-weight: normal;
}

.news ul li div h4 a:hover {
  color: #0e5e91;
}

.banner {
  width: 100%;
  height: 475px;
  margin: 0 auto;
  overflow: hidden;
}

.list_bg {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: url(../images/about_list_bg.jpg) repeat-x;
  margin-top: -4px;
}

.list {
  max-width: 1160px;
  width: 96%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.list ul {
  float: left;
  overflow: hidden;
}

.list ul li {
  float: left;
  min-width: 120px;
  height: 50px;
  margin-right: 0px;
  overflow: hidden;
}

.list ul li a {
  height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #666;
  line-height: 50px;
  padding: 0 15px;
}

.list ul li a:hover {
  background-color: #099aef;
  color: #fff;
}

.list ul li a.hover {
  background-color: #099aef;
  color: #fff;
}

.list span {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  padding-right: 10px;
}

.list span a {
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}

.list span a:hover {
  color: #0192e5;
}

.list span img {
  padding-right: 8px;
  padding-top: 14px;
  display: block;
  float: left;
}

.about {
  max-width: 1160px;
  width: 96%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: "微软雅黑";
  font-size: 13px;
  line-height: 30px;
  color: #888;
}
.about img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.about p {
  font-family: "微软雅黑";
  font-size: 13px;
  line-height: 30px;
}

.products_left {
  width: 213px;
  height: auto;
  float: left;
  overflow: hidden;
}

.products_left h3 {
  width: 213px;
  height: 70px;
  overflow: hidden;
}

.products_left ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}

.products_left ul li {
  display: flex;
  align-items: center;
  width: 213px;
  min-height: 38px;
  padding: 4px 0px;
  padding-left: 15px;
  padding-right: 25px;
  margin-bottom: 4px;
  background: #f4f4f4 url(../images/products_left2.jpg) no-repeat right;
  box-sizing: border-box;
}

.products_left ul li a {
  font-family: "微软雅黑";
  font-size: 13px;
  line-height: 24px;
  color: #666;
}

.products_left ul li a:hover {
  color: #0a8fe4;
}

.products_left ul li a.hover {
  color: #0a8fe4;
}

.products {
  max-width: 1160px;
  width: 96%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.products_right {
  float: right;
  width: calc(100% - 240px);
  overflow: hidden;
}

.products_right_title {
  height: 50px;
  margin-top: 20px;
  background: url(../images/news_detail_bg.jpg) bottom repeat-x;
  overflow: hidden;
}

.products_right_title h3 {
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
  float: left;
}

.products_right_title span {
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  padding-right: 10px;
}

.products_right_title span a {
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}

.products_right_title span a:hover {
  color: #0192e5;
}

.products_right_title span img {
  padding-right: 8px;
  padding-top: 14px;
  display: block;
  float: left;
}

.products_right ul {
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.products_right ul li {
  width: 30.5%;
  float: left;
  margin-left: 1.2%;
  margin-right: 1.2%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.products_right ul li h1 {
  overflow: hidden;
}
.products_right ul li h1 img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.products_right ul li h2 {
  width: 100%;
  height: 38px;
  background-color: #3392bf;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  line-height: 38px;
}

.products_detail {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.products_detail_top {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.products_detail_top img {
  float: left;
  width: 39%;
  height: auto;
  border: 1px solid #ddd;
  overflow: hidden;
  float: left;
}

.products_detail_top div {
  width: 57.7%;
  height: auto;
  float: right;
  overflow: hidden;
}

.products_detail_top div h2 {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #2f2f2f;
  line-height: 45px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}

.products_detail_top div h3 {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  font-weight: normal;
  padding-top: 10px;
}

.products_detail_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  font-weight: normal;
}
.products_detail_main p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  font-weight: normal;
}

.products_detail_title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #dcdbdb;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.products_detail_title h3 {
  font-family: "微软雅黑";
  font-size: 15px;
  color: #0e5e91;
  line-height: 45px;
  font-weight: normal;
  padding-left: 15px;
}

/*news*/
.news {
  max-width: 1160px;
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.news_one {
  height: 180px;
  border-bottom: 0px solid #eaeaea;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}

.news_one_left {
  float: left;
  width: 20%;
  height: auto;
  border: 1px solid #ddd;
}
.news_one_left img {
  width: 100%;
  height: auto;
}

.news_one_right {
  float: right;
  width: 73.6%;
  margin-right: 5px;
  overflow: hidden;
}

.news_one_right h1 {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #383838;
  line-height: 40px;
  font-weight: normal;
}

.news_one_right h1 a {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #383838;
  line-height: 40px;
  font-weight: normal;
}

.news_one_right h1 a:hover {
  color: #0192e5;
}

.news_one_right h2 {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #999;
  line-height: 30px;
  font-weight: normal;
  background: url(../images/time.jpg) left no-repeat;
  padding-left: 27px;
}

.news_one_right h3 {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #888;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  font-weight: normal;
}

.news_detail_title {
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/news_detail_bg.jpg) bottom repeat-x;
}

.news_detail_title h3 {
  font-size: 22px;
  color: #383838;
  padding-top: 10px;
  font-weight: bold;
  font-family: "微软雅黑";
  padding-bottom: 20px;
}

.news_detail_title p {
  font-size: 18px;
  color: #888;
  font-family: "微软雅黑";
  width: 200px;
  margin: 0 auto;
  padding-left: 13px;
  background: url(../images/time.jpg) left no-repeat;
}

.news_detail_center {
  font-size: 15px;
  color: #9b9b9b;
  line-height: 30px;
  padding-top: 30px;
  font-family: "微软雅黑";
  padding-bottom: 30px;
}

/*contact*/
.contact {
  max-width: 1160px;
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.contact_one {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact_one ul {
  width: 100%;
  height: auto;
}
.contact_one ul::after{
  content: '';
  display: block;
  clear: both;
}

.contact_one ul li {
  float: left;
  width: 25%;
  height: auto;
  padding-left: 3.75%;
  padding-right: 3.75%;
  box-sizing: border-box;
}

.contact_one ul li:nth-child(4n+4){
  margin-right: -33.33px;
}

.contact_one ul li h1 {
  width: auto;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.contact_one ul li h2 {
  padding-top: 10px;
  line-height: 30px;
  font-size: 15px;
  color: #989898;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.contact_two {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.contact_two_left {
  width: 65.8%;
  height: auto;
  overflow: hidden;
  float: left;
}

.contact_two_right {
  width: 34.2%;
  height: 450px;
  background-color: #7ba6c2;
  overflow: hidden;
  float: left;
}

/*message*/
.message {
  width: 82%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.message_title {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.message_title h1 {
  font-family: "华文中宋";
  font-size: 26px;
  color: #fff;
  line-height: 45px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}

.message_title h2 {
  background-color: #fff;
  width: 38px;
  height: 2px;
  overflow: hidden;
  margin: 0 auto;
}

.message1 {
  margin-bottom: 15px;
}

.message1 input {
  box-sizing: border-box;
}

.message1 textarea {
  box-sizing: border-box;
}

.message2 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.message2 h3 {
  background-color: #f8f7f5;
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 50px;
  color: #7ba6c2;
  text-align: center;
  font-weight: normal;
}
.ye{width: 100%;height:auto;margin:20px auto 0px;float: left;text-align: center;}
.ye1{display:inline-block;    margin-bottom: 77px;}
.ye1 a{display: block;padding:5px 12px;background: #fff;color: #666;font-size: 14px;text-align: center;float: left;display:inline-block;border:1px #ccc solid;border-radius: 3px;margin-left: 10px;}
.ye1 a.hover{color: #fff;background:#0e5e91;border:1px #0e5e91 solid;}
.ye1 a:hover{color: #fff;background:#0e5e91;border:1px #0e5e91 solid;}
/*bottom*/
.bottom {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-color: #0e5e91;
}

.bottom_center {
  max-width: 1160px;
  width: 96%;
  height: 210px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.bottom_left {
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
}

.bottom_left ul {
  width: auto;
  height: auto;
  overflow: hidden;
  padding-left: 0px;
}

.bottom_left ul li {
  min-width: 100px;
  max-width: 150px;
  float: left;
  margin-right: 20px;
}

.bottom_left ul li h3 a {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  font-weight: normal;
}

.bottom_left ul li p a {
  font-family: "微软雅黑";
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  opacity: 0.6;
}

.bottom_left ul li a:hover {
  color: #fff;
}

.bottom_img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  float: left;
}

.bottom_right {
  float: right;
  width: 350px;
  height: 210px;
  overflow: hidden;
}

.bottom_right h3 img {
  padding-right: 10px;
  float: left;
}

.bottom_phone {
  width: 210px;
  float: right;
  height: auto;
  overflow: hidden;
}

.bottom_phone h1 {
  height: 55px;
  border-bottom: 1px solid #0a466d;
  width: 100%;
  background: url(../images/phone_bg.png) left no-repeat;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 22px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding-left: 55px;
  padding-top: 8px;
  opacity: 0.6;
}

.bottom_phone h2 {
  height: 50px;
  border-top: 1px solid #256d9b;
  width: 100%;
}

.bottom_phone h2 p {
  width: 30px;
  height: 30px;
  padding-top: 10px;
  overflow: hidden;
  margin-right: 8px;
  float: left;
}

.bottom_two {
  height: 40px;
  width: 100%;
  background-color: #0b4b74;
  overflow: hidden;
}

.bottom_two p {
  text-align: center;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.bottom_two p a {
  text-align: center;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.honor {}
.honor ul{overflow: hidden;}
.honor ul li{float: left;width: 23.5%;height: 410px;border: 1px solid #ddd; margin-right: 2%;margin-bottom: 2%;box-sizing: border-box;position: relative;transition: all .4s ease;cursor: pointer;}
.honor ul li:nth-child(4n+4){margin-right: 0%;}
.honor ul li:hover{border-color: #333;}
.honor ul li img{width: 90%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.Contentbox {
  max-width: 1160px;
    width: 96%;
    margin: 0 auto;
  margin-top: 0px;
  border: 1px solid #f5f5f5;

  text-align: left;
  padding: 8px;
  margin-top: 30px;
}

.w90 {
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.w90:last-child{
  border-bottom: 0px;
}
.redbox {
  border-radius: 5px;
  padding: 20px;
  background-color: #3392bf;
  color: #fff;
  float: left;
}

.boxname {
  float: left;
  font-size: 14px;
  color: #666;
  margin-left: 15px;
}

.bname {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

.boxdown {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #666;
}

.boxdown-d {
  border-radius: 3px;
  border: 1px soild #BBBBBB;
  margin-bottom: -12px;
 
}
.boxdown-d a{
  font-size: 14px;
  color: #666;
}
.boxdown-d img{
  vertical-align: middle;
  margin-right: 8px;
}
.cle {
  clear: both;
}